This is the for selecting which vehicle spawns for the misc_vehicle entity
There are three number which go in the sounds key, these are as folows

   Vehicle Class-- |||
   Vehicle Category-||
   Specific Vehicle -|

       The 'sounds' key is used for specifying the vehicle you want
       the parked vehicle to be. The keyvalue is composed of up to 3
       integers. The first number specifies the class of the vehicle,
       as in aircraft, helo, ground-vehicle etc. The second number
       defines the category within that class, i.e. fighter, bomber,
       transport. And the third number specifies the exact vehicle
       within that category within that class, as in F-16, F-22 and
       so on.

       Sounds complicated? It is. But it mirrors the structure of the
       vehicle selection dialog. The actual values to use are the
       orders that the options come when they're in the selection menu:
       For instance, the value '1' for the first number specifies that
       the vehicle is an aircraft, since aircraft is the first option
       in the menu. '2' for the second number specifies that it's a
       bomber, the second option in the aircraft class menu. And a '1'
       for the third specifies a Tornado, the first option in the bomber
       category menu.

       You don't have to specify each of the numbers, of course. If you
       don't specify any number (ie you leave 'sounds' blank), AirQuake2
       will randomly choose a vehicle. If you only specify the first
       number, it will randomly choose a vehicle from within the class
       you specified. If you only specify the first two numbers, it will
       randomly choose a vehicle from within the category you specified.

       eg: 211 = Apache (Helicopter, Attack, Apache)
           12 = Random Bomber (Aircraft, Bomber)
           321 = Scorpion (Ground-vehicle, Scout, Scorpion)
           2 = Random Helicopter (Helicopter)